home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 4: General Hein.iso / pc / assets / hein-photogallery.dcr / 00032_Invisible on MAC.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  182 b   |  14 lines

  1. property pSpr
  2.  
  3. on beginSprite me
  4.   pSpr = sprite(me.spriteNum)
  5.   if the platform contains "win" then
  6.   else
  7.     pSpr.visible = 0
  8.   end if
  9. end
  10.  
  11. on endSprite me
  12.   pSpr.visible = 1
  13. end
  14.